about summary refs log tree commit diff
path: root/sublime/.config/sublime-text-3/Packages/User/Preferences[Conflict].sublime-settings
blob: 2d5444f02cb9156aec0ff1559580fcbc9296257e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
	"ensure_newline_at_eof_on_save": false,
	"font_face": "Code New Roman",
	"font_size": 10,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"Themr",
		"Vintage"
	],
	"ignored_words":
	[
		"filepath",
		"hostname"
	],
	// material theme things
	"theme": "Material-Theme-Darker.sublime-theme",
	"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
	"always_show_minimap_viewport": true,
	"bold_folder_labels": true,
	"overlay_scroll_bars": "enabled",
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"font_options":
	[
		"gray_antialias",
		"subpixel_antialias"
	],
	"line_padding_bottom": 3,
	"line_padding_top": 3,
	"material_theme_accent_lime": true,
	"material_theme_bold_tab": true,
	"material_theme_tabs_autowidth": true,
	// end material
	"scroll_past_end": false,
	"shift_tab_unindent": true,
	"tab_size": 2,
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true
}